error:03000086:digital envelope routines::initialization error

143

error:03000086:digital envelope routines::initialization error -

// add this to package.json, check source for more info:

"scripts": {
    "start": "react-scripts --openssl-legacy-provider start",
    "build": "react-scripts --openssl-legacy-provider build",
 }

error:03000086:digital envelope routines::initialization error -

"scripts": {
    "start": "export SET NODE_OPTIONS=--openssl-legacy-provider && react-scripts start",
    "build": "export SET NODE_OPTIONS=--openssl-legacy-provider && react-scripts build"
}

Comments

Submit
0 Comments